//-----------------------------------------------------------------------------
// Vue Pro synchronization plugin for Softimage|XSI
//
// Instructions
//-----------------------------------------------------------------------------

// HOW TO INSTALL
//---------------

There are three files for this plugin:
	- the installation batch file named "install.bat"
	- the installation VBScript file named "install.vbs"
	- the compiled plugin file itself named "VueSynch.dll"

To install the plugin properly, follow these instructions:
	- Copy the "[Your XSI folder]\Application\bin\xsibatch.bat" file into the plugin directory
	- Run the "Install.bat" batch file to install the plugin into Softimage|XSI

// HOW TO USE
//-----------

The plugin is a classic modal dialog. To open it follow these instructions (in Softimage|XSI):
	- Go to menu "View> Views> Script Editor"
	- in the opened script editor window, in the bottom field (white one), type
in "VueSynch", then click the "Run" button under the window caption

Then in the plug-in window select the objects you want to synchronize among lights
and cameras, and finally click on button "Synchronize" at the bottom of the dialog.

//-----------------------------------------------------------------------------
// END OF FILE
//-----------------------------------------------------------------------------

